MessageIsReadOnly Property

Contains true if message is read only.

Definition

Namespace: Independentsoft.Msg
Assembly: Independentsoft.Pst (in Independentsoft.Pst.dll) Version: 1.2.900.17830
C#
public bool IsReadOnly { get; set; }

Property Value

Boolean
true if this instance is read only; otherwise, false.

See Also